Jason Rumney [Sun, 10 Jan 2010 14:34:14 +0000 (22:34 +0800)]
Merged from trunk
Jason Rumney [Sun, 10 Jan 2010 14:30:40 +0000 (22:30 +0800)]
* sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK response.
Jason Rumney [Sun, 10 Jan 2010 14:18:39 +0000 (22:18 +0800)]
Merged from trunk
Stefan Monnier [Sun, 10 Jan 2010 05:22:54 +0000 (00:22 -0500)]
(format-annotate-function): Only set
write-region-post-annotation-function after running to-fn so as not to
affect nested write-region calls (bug#5273).
Chong Yidong [Sun, 10 Jan 2010 00:39:05 +0000 (19:39 -0500)]
* Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el.
Chong Yidong [Sun, 10 Jan 2010 00:38:07 +0000 (19:38 -0500)]
Add Semantic parsers for Python.
* cedet/semantic.el (semantic-new-buffer-setup-functions): Add python parser.
* cedet/semantic/wisent/python-wy.el, cedet/semantic/wisent/python.el: New files.
Chong Yidong [Sat, 9 Jan 2010 23:53:06 +0000 (18:53 -0500)]
* man.el (Man-goto-section): Signal error if section not found (Bug#5317).
Chong Yidong [Sat, 9 Jan 2010 23:39:36 +0000 (18:39 -0500)]
* emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove deprecated --unibyte option.
Chong Yidong [Sat, 9 Jan 2010 22:32:47 +0000 (17:32 -0500)]
Fix bounds checking for text properties in `format' (Bug#5306).
* intervals.h, textprop.c (extend_property_ranges): Return value
and args changed. Discard properties that begin at or after the
new end (Bug#5306).
* editfns.c (Fformat): Caller changed.
Chong Yidong [Sat, 9 Jan 2010 21:14:50 +0000 (16:14 -0500)]
* compile.el (compilation-read-command): Doc fix.
Juanma Barranquero [Sat, 9 Jan 2010 21:03:33 +0000 (22:03 +0100)]
Fix bug#5345: password asked when visiting files on a lightweight checkout.
* vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
URLs with a leading triple slash in the file: scheme.
Chong Yidong [Sat, 9 Jan 2010 20:53:55 +0000 (15:53 -0500)]
Fix compile-command's safe-local-variable condition.
* progmodes/compile.el: Don't treat compile-command as safe if
compilation-read-command might be nil (Bug#4218).
Chong Yidong [Sat, 9 Jan 2010 20:31:26 +0000 (15:31 -0500)]
Fix for Bug#4113.
* nsterm.m (ns_set_default_prefs): Delete function.
(syms_of_nsterm): Initialize ns_command_modifier,
ns_control_modifier, ns_function_modifier, ns_antialias_text, and
ns_antialias_threshold here, not in ns_term_init (Bug#4113).
Chong Yidong [Sat, 9 Jan 2010 19:48:16 +0000 (14:48 -0500)]
* xdisp.c (pos_visible_p): Check for invisible text at the correct pos (Bug#4040).
Eli Zaretskii [Sat, 9 Jan 2010 14:16:10 +0000 (16:16 +0200)]
editfns.c (Ffloat_time): Doc fix.
Jan D. [Sat, 9 Jan 2010 13:28:02 +0000 (14:28 +0100)]
* xfns.c (Fx_create_frame): Don't create frame larger than display by default bug#3643.
Jan D. [Sat, 9 Jan 2010 13:26:23 +0000 (14:26 +0100)]
(Fx_create_frame): Don't create frame larger than display by default bug#3643.
Jan D. [Sat, 9 Jan 2010 12:32:37 +0000 (13:32 +0100)]
* startup.el (command-line-1): Use orig-argi to check for ignored X and NS options
Jan D. [Sat, 9 Jan 2010 12:31:29 +0000 (13:31 +0100)]
(command-line-1): Use orig-argi to check for ignored X and NS options.
Jan D. [Sat, 9 Jan 2010 12:13:15 +0000 (13:13 +0100)]
Merge from trunk
YAMAMOTO Mitsuharu [Sat, 9 Jan 2010 04:16:32 +0000 (13:16 +0900)]
Make line<->pixel_y conversion macros aware of native menu/tool bars.
They are placed above the internal border. This supersedes special
treatment of native tool bars in the display code.
This fixes wrong display position of native menu bars and bogus mouse
highlighting of native tool bars, both of which can be found when
internal border width is large. Also it fixes wrong flashed part on
visible bell with native menu bars.
* frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
(FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
windows above internal border.
* window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
(WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
windows above internal border.
* xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
tool bar windows specially.
* xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
* xterm.c (x_after_update_window_line): Don't treat tool bar windows
specially.
(XTflash): Take account of menu bar height.
* w32term.c (x_after_update_window_line): Don't treat tool bar windows
specially.
Eli Zaretskii [Fri, 8 Jan 2010 21:42:14 +0000 (23:42 +0200)]
Fix format.
Jason Rumney [Fri, 8 Jan 2010 14:31:37 +0000 (22:31 +0800)]
Merge from trunk
Jan D. [Fri, 8 Jan 2010 11:43:09 +0000 (12:43 +0100)]
* dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
also be true before we can return early (bug #5339).
Jan D. [Fri, 8 Jan 2010 11:41:57 +0000 (12:41 +0100)]
Frame width was not updated in fullscreen when scroll bars where removed/added.
(change_frame_size_1): newwidth == FRAME_COLS (f) must
also be true before we can return early (bug #5339).
Jan D. [Fri, 8 Jan 2010 06:58:54 +0000 (07:58 +0100)]
Merge from trunk
Kenichi Handa [Fri, 8 Jan 2010 01:54:58 +0000 (10:54 +0900)]
international/fontset.el (build-default-fontset-data): Exclude characters in scripts kana, hangul, han, or cjk-misc.
Kenichi Handa [Fri, 8 Jan 2010 01:53:29 +0000 (10:53 +0900)]
from trunk
Kenichi Handa [Fri, 8 Jan 2010 01:46:22 +0000 (10:46 +0900)]
international/fontset.el (build-default-fontset-data): Exclude characters in scripts kana, hangul, han, or cjk-misc.
Kenichi Handa [Fri, 8 Jan 2010 00:46:18 +0000 (09:46 +0900)]
from trunk
Juanma Barranquero [Thu, 7 Jan 2010 22:46:44 +0000 (23:46 +0100)]
Fix bug#3224.
* vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
to `create-file-buffer' as it expects, not just a buffer name.
(vc-dir-mode): Include the buffer name in `list-buffers-directory',
to help uniquify.
Jason Rumney [Thu, 7 Jan 2010 13:54:07 +0000 (21:54 +0800)]
Merge from trunk
Jason Rumney [Thu, 7 Jan 2010 13:53:57 +0000 (21:53 +0800)]
Merge from trunk
Jan D. [Wed, 6 Jan 2010 19:43:11 +0000 (20:43 +0100)]
Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
* font.c (font_open_entity): Enable chache and call cached_font_ok
for the driver if defined.
(QCuser_spec): New symbol.
(font_spec_from_name): Save name as user-spec.
(font_load_for_lface): Keep user-spec instead of name.
(font_open_by_name): Save name as user-spec.
(syms_of_font): Initialize QCuser_spec.
* xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
(xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
(syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
* font.h (struct font_driver): Add cached_font_ok.
* font-setting.el (font-setting-change-default-font): Use user-spec
instead of name.
Jan D. [Wed, 6 Jan 2010 19:42:27 +0000 (20:42 +0100)]
Merge from trunk
Jan D. [Wed, 6 Jan 2010 19:41:25 +0000 (20:41 +0100)]
Forgot one.
Jan D. [Wed, 6 Jan 2010 19:38:39 +0000 (20:38 +0100)]
Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
* font.c (font_open_entity): Enable chache and call cached_font_ok
for the driver if defined.
(QCuser_spec): New symbol.
(font_spec_from_name): Save name as user-spec.
(font_load_for_lface): Keep user-spec instead of name.
(font_open_by_name): Save name as user-spec.
(syms_of_font): Initialize QCuser_spec.
* xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
(xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
(syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
* font.h (struct font_driver): Add cached_font_ok.
* font-setting.el (font-setting-change-default-font): Use user-spec
instead of name.
Chong Yidong [Wed, 6 Jan 2010 16:41:59 +0000 (09:41 -0700)]
NS fixes for Bug#3233.
* nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
(Fns_display_usable_bounds): Rewrite, computing bounds properly
(Bug#3233).
Jan D. [Wed, 6 Jan 2010 16:04:19 +0000 (17:04 +0100)]
Merge from trunk
Jan D. [Wed, 6 Jan 2010 16:03:26 +0000 (17:03 +0100)]
Fixing user-spec for fonts instead of using name.
Jan D. [Wed, 6 Jan 2010 15:57:43 +0000 (16:57 +0100)]
xterm.c (x_clear_frame): Queue draw for scroll bars.
Jan D. [Wed, 6 Jan 2010 15:55:00 +0000 (16:55 +0100)]
xterm.c (x_clear_frame): Queue draw for scroll bars.
Dan Nicolaescu [Wed, 6 Jan 2010 15:11:52 +0000 (07:11 -0800)]
(vc-bzr-after-dir-status): Ignore pending merges.
Jan D. [Wed, 6 Jan 2010 14:33:57 +0000 (15:33 +0100)]
Merge from trunk.
Katsumi Yamaoka [Wed, 6 Jan 2010 09:22:19 +0000 (09:22 +0000)]
* gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
* message.el (message-check-news-header-syntax): Protect against a
string that `rfc822-addresses' returns when parsing fails.
Katsumi Yamaoka [Wed, 6 Jan 2010 09:16:36 +0000 (09:16 +0000)]
Merge from mainline.
Katsumi Yamaoka [Wed, 6 Jan 2010 00:07:08 +0000 (00:07 +0000)]
* gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
(gnus-previous-char-property-change): New functions.
* gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
Katsumi Yamaoka [Wed, 6 Jan 2010 00:00:28 +0000 (00:00 +0000)]
Merge from mainline.
Chong Yidong [Tue, 5 Jan 2010 22:11:04 +0000 (15:11 -0700)]
* progmodes/python.el (python-font-lock-keywords): Handle qualified decorators
(Bug#881).
Dan Nicolaescu [Tue, 5 Jan 2010 21:19:34 +0000 (13:19 -0800)]
(vc-bzr-working-revision): Fix looking for a revision
in a lightweight checkout.
Andreas Schwab [Tue, 5 Jan 2010 20:37:43 +0000 (21:37 +0100)]
Fix gnus-summary-recenter to properly handle invisible lines
* gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
(gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
Jan D. [Tue, 5 Jan 2010 14:49:36 +0000 (15:49 +0100)]
Handle internal-border width changes when maximized. Bug #2568
* xterm.c (x_new_font): Move code for setting rows/cols before
resizing ...
(x_set_window_size): ... to here. bug #2568.
* gtkutil.c (xg_clear_under_internal_border): New function.
(xg_frame_resized, xg_frame_set_char_size): Call
xg_clear_under_internal_border.
(xg_update_scrollbar_pos): Clear under old scroll bar position.
Jan D. [Tue, 5 Jan 2010 14:42:39 +0000 (15:42 +0100)]
Merge from mainline.
Jan D. [Tue, 5 Jan 2010 14:30:22 +0000 (15:30 +0100)]
Remove fprintf
Jan D. [Tue, 5 Jan 2010 14:16:30 +0000 (15:16 +0100)]
Handle change of internal-border width when maximized.
* xterm.c (x_new_font): Move code for setting rows/cols before
resizing ...
(x_set_window_size): ... to here. bug #2568.
* gtkutil.c (xg_clear_under_internal_border): New function.
(xg_frame_resized, xg_frame_set_char_size): Call
xg_clear_under_internal_border.
(xg_update_scrollbar_pos): Clear under old scroll bar position.
Chong Yidong [Tue, 5 Jan 2010 14:04:04 +0000 (07:04 -0700)]
* keyboard.c (read_key_sequence): Catch keyboard switch after
making a new tty frame (Bug#5095).
Kenichi Handa [Tue, 5 Jan 2010 12:03:13 +0000 (21:03 +0900)]
language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
Kenichi Handa [Tue, 5 Jan 2010 11:59:03 +0000 (20:59 +0900)]
language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
Kenichi Handa [Tue, 5 Jan 2010 11:53:11 +0000 (20:53 +0900)]
fontset.c (fontset_find_font): Fix getting the frame pointer.
Kenichi Handa [Tue, 5 Jan 2010 11:49:19 +0000 (20:49 +0900)]
fontset.c (fontset_find_font): Fix getting the frame pointer.
Kenichi Handa [Tue, 5 Jan 2010 11:42:19 +0000 (20:42 +0900)]
merge from trunk
Dan Nicolaescu [Tue, 5 Jan 2010 07:46:35 +0000 (23:46 -0800)]
(vc-bzr-diff): Obey vc-disable-async-diff.
Stefan Monnier [Mon, 4 Jan 2010 18:18:38 +0000 (13:18 -0500)]
Avoid dubious uses of save-excursions.
* doc/lispref/positions.texi (Excursions): Recommend the use of
save-current-buffer if applicable.
* doc/lispref/text.texi (Clickable Text): Fix the example code which used
save-excursion in a naive way which sometimes preserves point and
sometimes not.
* doc/lispref/variables.texi (Creating Buffer-Local):
* doc/lispref/os.texi (Session Management):
* doc/lispref/display.texi (GIF Images):
* doc/lispref/control.texi (Cleanups): Use (save|with)-current-buffer.
* doc/misc/gnus.texi (Posting Styles): Use with-current-buffer.
* doc/misc/calc.texi (Defining Simple Commands): Prefer save-current-buffer.
Stefan Monnier [Mon, 4 Jan 2010 17:38:20 +0000 (12:38 -0500)]
(xd_remove_watch): Avoid trying to convert a void* to
Lisp_Object, preferring to convert a lisp_Object to a void* instead.
(Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
Dan Nicolaescu [Mon, 4 Jan 2010 06:40:30 +0000 (22:40 -0800)]
(vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
(vc-bzr-shelve-menu-map):
(vc-bzr-dir-extra-headers): Improve menu and tooltip text.
(vc-bzr-shelve-apply): Make prompt more explicit.
Stefan Monnier [Mon, 4 Jan 2010 05:35:18 +0000 (00:35 -0500)]
Register the fact that rmail-mbox-branch was merged (a long time ago)
Stefan Monnier [Mon, 4 Jan 2010 05:18:51 +0000 (00:18 -0500)]
Register the fact that multi-tty was merged (a long time ago)
Stefan Monnier [Mon, 4 Jan 2010 05:00:28 +0000 (00:00 -0500)]
Register the fact that gnus-5_10-branch was merged (a long time ago)
Stefan Monnier [Mon, 4 Jan 2010 04:50:31 +0000 (23:50 -0500)]
Register the fact that gerd_defvaralias was merged (a long time ago)
Dan Nicolaescu [Mon, 4 Jan 2010 04:43:23 +0000 (20:43 -0800)]
(vc-bzr-log-view-mode): Also highlight the author.
Dan Nicolaescu [Mon, 4 Jan 2010 04:35:21 +0000 (20:35 -0800)]
(vc-bzr-state-heuristic): Make it work for lightweight
checkouts. (Bug#618)
Michael Albinus [Sun, 3 Jan 2010 19:27:17 +0000 (20:27 +0100)]
* dbusbind.c (xd_add_watch): Improve debug message.
(xd_remove_watch): Improve debug message. If DATA is the session
bus, unset D-Bus session environment.
(Fdbus_init_bus): Pass the bus as argument to
dbus_connection_set_watch_functions. (Bug#5283)
Kevin Ryde [Sat, 2 Jan 2010 21:33:36 +0000 (23:33 +0200)]
eieio.texi (Naming Conventions): Correction to xref on elisp
coding conventions, is "Tips" node not "Standards".
Eli Zaretskii [Sat, 2 Jan 2010 20:31:41 +0000 (22:31 +0200)]
modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
Chong Yidong [Sat, 2 Jan 2010 20:14:54 +0000 (15:14 -0500)]
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
They are valid characters in URL paths (rfc3986), and at least
Firefox does not understand the encoded version (Bug#3166).
Chong Yidong [Sat, 2 Jan 2010 19:40:59 +0000 (14:40 -0500)]
Allow use of "end" keyword for terminating Octave-mode blocks.
* progmodes/octave-mod.el (octave-end-keywords)
(octave-block-begin-or-end-regexp, octave-block-match-alist): Add
"end" keyword (Bug#3061).
(octave-end-as-array-index-p): New function.
(calculate-octave-indent): Use it.
Chong Yidong [Sat, 2 Jan 2010 19:18:44 +0000 (14:18 -0500)]
Fix last change to message-exchange-point-and-mark.
* message.el (message-exchange-point-and-mark): Rework last change to
avoid using optional arg of exchange-point-and-mark, for backward
compatibility.
Karl Fogel [Sat, 2 Jan 2010 19:14:13 +0000 (14:14 -0500)]
* lisp/bookmark.el: Consistently put the text property on the bookmark name.
(bookmark-bmenu-marks-width): Bump back to 2, to include annotation marks.
(bookmark-bmenu-hide-filenames): Adjust for above, and put the text
property on the bookmark name, instead of not putting it at all.
(bookmark-bmenu-list): Fix where we put the text property.
Karl Fogel [Sat, 2 Jan 2010 19:03:25 +0000 (14:03 -0500)]
* lisp/bookmark.el: Ahh, remove silly debugging cruft, sorry for the noise.
Karl Fogel [Sat, 2 Jan 2010 18:57:02 +0000 (13:57 -0500)]
* lisp/bookmark.el (bookmark-bmenu-save): Just depend on the new logic
for showing buffer modified state (as added in the previous change).
Chong Yidong [Sat, 2 Jan 2010 18:55:19 +0000 (13:55 -0500)]
Consistently hex notation to represent character codes.
* nonascii.texi (Text Representations, Character Codes)
(Converting Representations, Explicit Encoding)
(Translation of Characters): Use hex notation consistently.
(Character Sets): Fix map-charset-chars doc (Bug#5197).
Karl Fogel [Sat, 2 Jan 2010 18:52:32 +0000 (13:52 -0500)]
* lisp/bookmark.el: Show modified state of bookmark buffer more accurately.
(bookmark-bmenu-list): Initialize buffer-modified-p properly.
(bookmark-send-edited-annotation): Mark bookmark-alist as modified.
(with-buffer-modified-unmodified): New macro.
(bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames,
bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
Use new macro to preserve the buffer-modified state.
Karl Fogel [Sat, 2 Jan 2010 18:13:28 +0000 (13:13 -0500)]
* lisp/bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window,
(bookmark-bmenu-2-window, bookmark-bmenu-this-window)
(bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
(bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
(bookmark-bmenu-rename, bookmark-bmenu-locate)
(bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark): Remove
unnecessary calls to `bookmark-bmenu-ensure-position'.
Eli Zaretskii [Sat, 2 Jan 2010 17:33:54 +0000 (19:33 +0200)]
emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Make
the lines in the generated doc string shorter. (Bug#4668)
Chong Yidong [Sat, 2 Jan 2010 16:13:22 +0000 (11:13 -0500)]
* lisp/net/rcirc.el: Add follow-link binding (Bug#4738).
Eli Zaretskii [Sat, 2 Jan 2010 10:42:11 +0000 (12:42 +0200)]
Rename cvs-update to bzr-update in lisp/ Makefiles.
Makefile.in (bzr-update): Renamed from cvs-update.
(cvs-update): New target for backward compatibility.
makefile.w32-in (bzr-update): Renamed from cvs-update.
(cvs-update): New target for backward compatibility.
Eli Zaretskii [Sat, 2 Jan 2010 09:44:51 +0000 (11:44 +0200)]
.bzrignore: Add 2 more patterns.
Eli Zaretskii [Sat, 2 Jan 2010 09:40:28 +0000 (11:40 +0200)]
.bzrignore: Add more ignored patterns, including for the MS-DOS build.
Karl Fogel [Sat, 2 Jan 2010 08:09:17 +0000 (03:09 -0500)]
* lisp/bookmark.el: Remove gratuitous gratitude.
Karl Fogel [Sat, 2 Jan 2010 07:08:02 +0000 (02:08 -0500)]
* lisp/bookmark.el (bookmark-bmenu-any-marks): New function
(bookmark-bmenu-save): Clear buffer modification if no marks.
Karl Fogel [Sat, 2 Jan 2010 05:00:55 +0000 (00:00 -0500)]
* lisp/bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
(bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
To: emacs-devel {_AT_} gnu.org
Subject: bookmark.el bug report
Date: Mon, 28 Dec 2009 14:19:16 +0800
Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
Karl Fogel [Sat, 2 Jan 2010 04:36:17 +0000 (23:36 -0500)]
* lisp/bookmark.el: Improvements suggested by Drew Adams:
(bookmark-bmenu-ensure-position): New name for
`bookmark-bmenu-check-position'. Just ensure the position;
don't return any meaningful value.
(bookmark-bmenu-header-height, bookmark-bmenu-marks-width): New constants.
Juanma Barranquero [Sat, 2 Jan 2010 01:09:11 +0000 (02:09 +0100)]
Fix typos.
Juanma Barranquero [Sat, 2 Jan 2010 01:06:31 +0000 (02:06 +0100)]
lisp/ChangeLog: Fix typos.
Juanma Barranquero [Sat, 2 Jan 2010 01:05:44 +0000 (02:05 +0100)]
lisp/*: Fix typos in docstrings and messages.
Juanma Barranquero [Sat, 2 Jan 2010 01:03:48 +0000 (02:03 +0100)]
lisp/org/org.el: Fix typos in error messages.
Juanma Barranquero [Sat, 2 Jan 2010 01:03:11 +0000 (02:03 +0100)]
etc/NEWS: Fix typos.
Chong Yidong [Fri, 1 Jan 2010 22:10:50 +0000 (17:10 -0500)]
Fix buffer overflow in ns_get_color.
* nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
Chong Yidong [Fri, 1 Jan 2010 20:42:22 +0000 (15:42 -0500)]
* lisp/gnus/message.el (message-exchange-point-and-mark): Call
exchange-point-and-mark with an argument rather than setting
mark-active by hand (Bug#5175).
Chong Yidong [Fri, 1 Jan 2010 20:03:37 +0000 (15:03 -0500)]
* lisp/files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).